Skip to content

Conversation

@ArijitKD
Copy link
Contributor

@ArijitKD ArijitKD commented Mar 1, 2025

Fix typo: 'extensions functions' -> 'extension functions' in documentation.


📚 Documentation preview 📚: https://cpython-previews--130741.org.readthedocs.build/

Fix typo: 'extensions functions'  -> 'extension functions' in documentation.
@ghost
Copy link

ghost commented Mar 1, 2025

All commit authors signed the Contributor License Agreement.
CLA signed

@picnixz
Copy link
Member

picnixz commented Mar 1, 2025

I think it's a correct fix but I have a doubt now. @python/proofreaders could you confirm this is a typo (I'm not sure if we can have both plural for extension and function/method if there are many extensions and many functions/methods in each of those extensions). Whether it is or not, I would have learned.

@picnixz picnixz changed the title Fixed a typo in arg.rst Fix grammar typo in Doc/c-api/arg.rst Mar 1, 2025
@bskinn
Copy link
Contributor

bskinn commented Mar 1, 2025

I agree, the prior language is incorrect.

This change is solid; after the PR's edit, 'extension' is a nominative, modifying 'functions and methods'.

Another option with essentially the same meaning but a slight change in emphasis would be "your extensions' functions and methods", where "extensions'" becomes a plural possessive attached to 'functions and methods'.

The difference is in the sense of what the 'your' is referring to. In the edit of the PR, it's "your ... functions and methods". In my alternative, it's "your extensions".

+1 to a change, neutral on which.

Copy link
Member

@picnixz picnixz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the confirmation and the detailed explanation. We'll go with the current change as we avoid the use of ' (which for non-native English speakers may seem as a unusal glyph).

Note: both wordings would be correct.

I'll merge this tomorrow as well.

@picnixz picnixz self-assigned this Mar 1, 2025
@picnixz picnixz merged commit 37145cb into python:main Mar 2, 2025
36 checks passed
@github-project-automation github-project-automation bot moved this from Todo to Done in Docs PRs Mar 2, 2025
@picnixz
Copy link
Member

picnixz commented Mar 2, 2025

Thank you for the PR!

@hugovk hugovk added needs backport to 3.12 only security fixes needs backport to 3.13 bugs and security fixes labels Mar 2, 2025
@miss-islington-app
Copy link

Thanks @ArijitKD for the PR, and @picnixz for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12.
🐍🍒⛏🤖

@miss-islington-app
Copy link

Thanks @ArijitKD for the PR, and @picnixz for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Mar 2, 2025
(cherry picked from commit 37145cb)

Co-authored-by: Arijit Kumar Das <[email protected]>
@bedevere-app
Copy link

bedevere-app bot commented Mar 2, 2025

GH-130758 is a backport of this pull request to the 3.12 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.12 only security fixes label Mar 2, 2025
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Mar 2, 2025
(cherry picked from commit 37145cb)

Co-authored-by: Arijit Kumar Das <[email protected]>
@bedevere-app
Copy link

bedevere-app bot commented Mar 2, 2025

GH-130759 is a backport of this pull request to the 3.13 branch.

hugovk pushed a commit that referenced this pull request Mar 2, 2025
Fix grammar typo in `Doc/c-api/arg.rst` (GH-130741)
(cherry picked from commit 37145cb)

Co-authored-by: Arijit Kumar Das <[email protected]>
hugovk pushed a commit that referenced this pull request Mar 2, 2025
Fix grammar typo in `Doc/c-api/arg.rst` (GH-130741)
(cherry picked from commit 37145cb)

Co-authored-by: Arijit Kumar Das <[email protected]>
seehwan pushed a commit to seehwan/cpython that referenced this pull request Apr 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip issue skip news

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants